jsEntries

inline fun jsEntries(jsObject: dynamic): Map<String, dynamic>

Get the entries of a JS object, using Object.entries.

Sources

js source
Link copied to clipboard